Microsoft DirectX 8.1 (C++)

CMediaSample::SetSyncPoint

The SetSyncPoint method specifies whether the beginning of this sample is a synchronization point. This method implements the IMediaSample::SetSyncPoint method.

Syntax

HRESULT SetSyncPoint(
    BOOL bIsSyncPoint
);

Parameters

bIsSyncPoint

Boolean value that specifies whether this is a synchronization point. If TRUE, this is a synchronization point.

Return Value

Returns S_OK.

Remarks

This method updates the CMediaSample::m_dwFlags member variable, which specifies the synchronization-point property.

See Also